home *** CD-ROM | disk | FTP | other *** search
/ ASL 120: Business 2 / ASL 120: Business 2.iso / aslvol20 / appl12 / insttrkr.bat < prev    next >
DOS Batch File  |  1990-12-14  |  768b  |  28 lines

  1. echo off
  2. cls
  3. echo  This file installs CONTACT TRACKER to C: (hard drive).
  4. echo off
  5. echo  Press Control C NOW to Abort - any other key to proceed
  6. pause
  7. echo off
  8. echo  PUT CONTACT TRACKER MASTER in A: drive
  9. echo off
  10. echo  --------------------------------------------------------
  11. echo off
  12. echo  Press Control C NOW to Abort - any other key to proceed
  13. pause
  14. echo off
  15. c:
  16. cd\
  17. md\tracker
  18. cd\tracker
  19. copy a:*.* c:\tracker/v
  20. cd\
  21. copy a:tracker.bat c:/v
  22. ECHO  --------------------------------------------------------
  23. ECHO OFF
  24. echo  To use CONTACT TRACKER, type tracker from the DOS prompt in 
  25. echo off
  26. echo  the default directory or type CD\TRACKER (ENTER) and TRACKER (ENTER)
  27. ECHO OFF
  28.